API Endpoints
Create Agent
POST
Endpoint:
POST /v3/agents/
Description:
Creates a new agent with a specific configuration.
Request Headers:
Header | Type | Required | Description |
---|---|---|---|
x-api-key | String | Yes | API key for authentication |
accept | String | Yes | Expected response format (application/json) |
content-type | String | Yes | Format of request body (application/json) |
Request Body:
Request Example (cURL):
Example Agent Configuration:
Authorizations
Body
application/json
Response
201
application/json
Agent created successfully
The response is of type object
.